home *** CD-ROM | disk | FTP | other *** search
- MSE DPaint Assistant (Tools/Dpaint.rexx)
- ----------------------------------------
-
- This script is provided to assist in some of the layout work required in
- creating definitions. At this stage it needs work, but it certainly
- saves time.
-
- * Edit Dpaint.names to include gadgets required. The folowing commands are
- currently supported:
-
- slider <name>
- -------------
-
- Draws a slider gadget using Dpaint.brush as the image (presently it
- will require some modifications of DPaint.rexx to use a different
- image). Draws <name> centered above the gadget.
-
- labelbar <width> <name>
- -----------------------
-
- Draws a Label Bar of <width> wide and with the text <name> centered
- within the bar.
-
- grouptitle <width> <name>
- -------------------------
-
- Draws a GroupTitle rectange of <width> wide and with the text <name>
- centered within the bar.
-
- newrow
- ------
-
- Moves to the next row (y) at x=0. (like a carriage return).
-
- * Load the macro into DPaint using the menu command.
-
- * Start macro and smile. :)
-